coordinatesForPixels

abstract fun coordinatesForPixels(@NonNull() pixels: List<ScreenCoordinate>): List<Point>

Calculates geographical `coordinates` (i.e., longitude-latitude pairs) that correspondto `screen coordinates`.The screen coordinates are in `platform pixels` relative to the top left cornerof the map (not of the whole screen).

Return

A `geographical coordinates` that correspond to a given `screen coordinates`.

Parameters

pixels

A `screen coordinates` in `platform pixels`.